diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-17 22:01:50 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-17 22:01:50 +0900 |
| commit | c93113caf65a029cc6bcd7544b72e8e8a9d1ea10 (patch) | |
| tree | 0c622ee5b6c090c78d1fc405fba339fae9a3bc8c /config/waybar/configs/Peony [TOP] | |
| parent | 274de087a82697652293ada0c01dcf6c3f31896b (diff) | |
added some waybar configs
Diffstat (limited to 'config/waybar/configs/Peony [TOP]')
| -rw-r--r-- | config/waybar/configs/Peony [TOP] | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/config/waybar/configs/Peony [TOP] b/config/waybar/configs/Peony [TOP] index 0c490202..0bd052e0 100644 --- a/config/waybar/configs/Peony [TOP] +++ b/config/waybar/configs/Peony [TOP] @@ -23,7 +23,15 @@ "modules-center": ["clock#peony"], -"modules-right": ["wireplumber#peony","custom/separator#line","backlight#peony","custom/separator#line","temperature#peony","custom/separator#line","battery#peony","network#peony"], +"modules-right": [ + "pulseaudio", + "custom/separator#line", + "backlight#peony", + "custom/separator#line", + "temperature#peony", + "custom/separator#line", + "battery#peony", + "network#peony"], //M O D U L E S // @@ -75,8 +83,8 @@ "temperature#peony": { // "thermal-zone": 2, - // "hwmon-path": ["/sys/class/hwmon/hwmon2/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], - // "critical-threshold": 80, + "hwmon-path": ["/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], + "critical-threshold": 80, // "format-critical": "{temperatureC}°C ", "format": "{temperatureC}°C " |
